Sorry I'm late - finally understood the notation. To refresh, Brownian motion variables are normally distributed with mean 0, variance ~ time, and independent increments.
For the problem stated: B(u) = U, B(u+v) = U + V, B(u+v+w) = U + V + W, and B(u+v+w+x) = U + V + W + X, where U, V, W, X are independent normally distributed random variables with mean 0 and variances u, v, w, x.
The question is then E(U(U+V)(U+V+W)(U+V+W+X)). To evaluate this, note that for any term in the expanded polynomial with any of the variables to the first power, the expectation (E) will be 0.
So we are then left with E(U4 + 3U2V2 + U2W2) = 3u2 + 3uv + uw.