Step 1: Complete the square on the quadratic, instead of using the vertex formula x = -b/2a.
\[ p(x) = -x^2 + 2x + 8 \]
Factor out $-1$ from the first two terms:
\[ p(x) = -(x^2 - 2x) + 8 \]
Step 2: Complete the square inside the brackets.
To complete the square for $x^2 - 2x$, add and subtract $1$ (since half of $-2$ is $-1$, and $(-1)^2 = 1$):
\[ x^2 - 2x = (x^2 - 2x + 1) - 1 = (x-1)^2 - 1 \]
Step 3: Substitute this back into p(x).
\[ p(x) = -\left[(x-1)^2 - 1\right] + 8 \]
\[ p(x) = -(x-1)^2 + 1 + 8 \]
\[ p(x) = -(x-1)^2 + 9 \]
Step 4: Reason about the maximum value directly from this form.
Since $(x-1)^2$ is a square, it can never be negative, so $-(x-1)^2$ can never be positive; its largest possible value is $0$, which happens exactly when $x = 1$.
Therefore, the largest possible value of $p(x)$ is:
\[ p(x)_{\max} = 0 + 9 = 9 \]
occurring at $x = 1$.
Final Answer:
The height of the arch is $9$ feet.
\[ \boxed{9 \text{ feet}} \]