If p > alpha then you can't reject the NULL HYPOTHESIS that THE DISTRIBUTION IS Normal.
When testing a hypothesis you cannot ever accept the null hypothesis, you can either reject, or fail to reject. There is no statistical test that will tell you the distribution is normal; they can only tell whether you can or cannot reject normality. See
this paper.
I suggest using tests based on skewness and/or kurtosis; two examples are the Jarque–Bera test and D'Agostino's K-squared test. If you don't need a formal test result, you can also make a Q-Q plot and decide visually.