Assume that $\mathrm{d}S = \sigma \, \mathrm{d}W$ with initial level $S(0)$ and where $\mathrm{d}W$ is usual Brownian motion. Now
$$A(T) = \frac{1}{T} \int_0^T S(t) \, \mathrm{d}t.$$
What is the distribution of $A(T)$?
Solution:
$$S(t) = S(0) \, \sigma \, W(t) \sim \mathcal{N}(0, \sqrt{S(0)}\sigma^2t)$$
so
$$A(T) = \frac{1}{T} \int_0^T S(0) \, \sigma \, W(t) \, \mathrm{d}t$$
.... and now I'm confused. Any help appreciated.
Your "solution" (to the SDE for $S(t)$) is wrong: it should be $S(t) = S(0) + \sigma W(t)$.
In any case, your problem reduces to computing the distribution of $\int_0^T W(t)\,dt$. One way to do so is by writing it as a double integral and using Fubini's theorem (which continues to hold in the stochastic context) to exchange the order of integration: \begin{align*} \int_0^T W(t)\, dt &{}= \int_0^T\!\!\int_0^t dW(u)\,dt \\ &{}= \int_0^T\!\!\int_u^T dt\, dW(u) \\&{}= \int_0^T (T - u)\,dW(u) \\&{}= TW(T) - \int_0^T u\, dW(u) \end{align*} The term $\int_0^T u\, dW(u)$ is a standard Ito integral, so its distribution is normal with mean $0$ and variance $\int_0^T u^2\, du = \frac{T^3}{3}$. The final answer should be easy to compute from this.
(Another way to rearrange the integral would be to use an "integration by parts" formula for $d[t W(t)]$.)